home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Medal Software 2
/
Gold Medal Software Volume 2 (Gold Medal) (1994).iso
/
utils
/
csd6.exe
/
INSTALL.BAT
< prev
next >
Wrap
DOS Batch File
|
1994-01-17
|
5KB
|
120 lines
@echo off
if %1] == ] goto :synerr
echo.
echo ******* IMPORTANT !!! *******
echo Installing this patch will obsolete and delete all of your Volume files.
echo Any volumes you wish to keep track of will have to be added using the
echo "Add Volume" function in the Volume utility.
echo.
echo If you don't want to continue and delete your volume files,
echo press [CONTROL-BREAK] now, otherwise
pause
echo.
if not exist %1\syfiles\sylib\*.ldb goto next1
del %1\syfiles\sylib\*.ldb
:next1
if not exist %1\syfiles\sylib\*.sdb goto next2
del %1\syfiles\sylib\*.sdb
:next2
if not exist %1\syfiles\sylib\*.ddb goto next3
del %1\syfiles\sylib\*.ddb
:next3
if not exist %1\syfiles\sylib\*.fdb goto next4
del %1\syfiles\sylib\*.fdb
:next4
if not exist %1\syfiles\sylib\*.pdb goto next5
del %1\syfiles\sylib\*.pdb
:next5
echo Installing patch for Sytos Plus version 1.41, 1.42 or 1.42A to 1.42-02.
echo Please wait...
patch /NOMESSAGES %1 csd03
if errorlevel 37 goto :generr
if errorlevel 36 goto :nopat
if errorlevel 1 goto :generr
if errorlevel 0 goto :cleanup
:generr
echo.
echo The patch was NOT installed because an error occurred during the attempt!
echo.
goto :errx
:synerr
echo.
echo USAGE: install [path where Sytos Plus is installed]
echo.
goto :errx
:nopat
echo.
echo The patch was NOT installed because the version of SYPLUS.EXE
echo is not the correct one to apply this patch, or one of the files
echo in the SYPLUS directory structure is corrupted.
echo.
goto :errx
:cleanup
echo.
echo. >> readme.csd
echo Patch successful! >> readme.csd
echo. >> readme.csd
echo Created SYTOS PLUS for DOS Version 1.42-02, January 12, 1994. >> readme.csd
echo. >> readme.csd
echo Upon first running the new Sytos Plus, go into the Preferences utility >> readme.csd
echo and check the settings. When they are correct, press F2 to create a new >> readme.csd
echo configuration file for Sytos Plus. >> readme.csd
echo. >> readme.csd
echo You will also have to enter "Backup Device Setup" for each of your drivers >> readme.csd
echo and reselect the Logical Format setting. This is because the Logical >> readme.csd
echo Format files have been updated. >> readme.csd
echo. >> readme.csd
echo Patch successful!
echo.
echo Created SYTOS PLUS for DOS Version 1.42-02, January 12, 1994.
echo.
echo Upon first running the new Sytos Plus, go into the Preferences utility
echo and check the settings. When they are correct, press F2 to create a new
echo configuration file for Sytos Plus.
echo.
echo You will also have to enter "Backup Device Setup" for each of your drivers
echo and reselect the Logical Format setting. This is because the Logical
echo Format files have been updated.
echo.
pause
echo Major New Features from version 1.42A to 1.42-02: >> readme.csd
echo. >> readme.csd
echo VOLUME UTILITY UPDATE USING QFA >> readme.csd
echo Sytos Plus now uses the QFA track on the tape to add a volume if one >> readme.csd
echo exists. This greatly reduces the time required to add a volume. >> readme.csd
echo. >> readme.csd
echo.SYTOS LOGICAL FORMAT IS NOW READ-ONLY! You cannot write Sytos LF. >> readme.csd
echo. >> readme.csd
echo MAJOR BUG FIXES >> readme.csd
echo Sytos Plus will now run the default procedure correctly when you enter >> readme.csd
echo the quickstart windows, escape back to the first window, and run >> readme.csd
echo the default procedure. Previously, the default procedure would run >> readme.csd
echo as the type of quickstart window you entered. >> readme.csd
echo. >> readme.csd
echo Move+Append operations to multiple media backups will now delete the >> readme.csd
echo correct files. >> readme.csd
echo. >> readme.csd
echo Backup/Restore Operations larger than 4.2Gb are now supported. >> readme.csd
echo. >> readme.csd
echo.
echo Major New Features from version 1.42A to 1.42-02:
echo.
echo VOLUME UTILITY UPDATE USING QFA
echo Sytos Plus now uses the QFA track on the tape to add a volume if one
echo exists. This greatly reduces the time required to add a volume.
echo.
echo.SYTOS LOGICAL FORMAT IS NOW READ-ONLY! You cannot write Sytos LF.
echo.
echo MAJOR BUG FIXES
echo Sytos Plus will now run the default procedure correctly when you enter
echo the quickstart windows, escape back to the first window, and run
echo the default procedure. Previously, the default procedure would run
echo as the type of quickstart window you entered.
echo.
echo Move+Append operations to multiple media backups will now delete the
echo correct files.
echo.
echo Backup/Restore Operations larger than 4.2Gb are now supported.
echo.
:errx